home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / sync / RCS / Sync_WaitTime.man,v < prev    next >
Text File  |  1988-12-30  |  894b  |  53 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     88.12.30.16.08.18;  author ouster;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @' $Header: Sync_WaitTime,v 1.1 86/12/16 19:52:40 andrew Exp $ SPRITE (Berkeley)
  26. .so \*(]ltmac.sprite
  27. .HS Sync_WaitTime lib
  28. .BS
  29. .SH NAME
  30. Sync_WaitTime \- sleep for a specified amount of time
  31. .SH SYNOPSIS
  32. .nf
  33. \fB#include <time.h>\fR
  34. .sp .5
  35. Boolean
  36. \fBSync_WaitTime\fR(\fItime\fP)
  37. .SH ARGUMENTS
  38. .AP Time time in
  39. The amount of time to sleep.
  40. .BE
  41. .SH DESCRIPTION
  42. .PP
  43. \fBSync_WaitTime\fR causes the process to sleep for a specified amount of time.
  44. The call will return FALSE when the process is woken up because the
  45. time expired.
  46. The call returns TRUE if the process was woken up prematurely because
  47. of the arrival of a signal.
  48. .SH SEE ALSO
  49. Sync
  50. .SH KEYWORDS
  51. wait, block, process, wakeup
  52. @
  53.